home *** CD-ROM | disk | FTP | other *** search
- ;Example Script for ZShell
- echo "This is an example startup script.^J^J"
-
- ask "Do you have OS 3.0 or better ? "
- if warn
- ctrl -r 01111111
- echo "Now output is set to one colour to improve scrolling speed.^J"
- else
- echo "Sorry, then I cannot improve scrolling speed.^J"
- endif
-
- review 10000
- echo "^JTo see again what scrolled out of the window, press SHIFT TAB.^J"
- echo "Press TAB to complete filenames or directorynames.^J"
-
- ctrl -c *.info
- echo "^JNow icons are ignored by FILENAMECOMPLETION and by DIR.^J"
-
- alias arexx "%1 %2 putmsg $1 0 0 0 0 0 \"$2\""
- alias runnil "run -C"
- alias as assign
- alias md makedir
- alias ren rename
- alias del delete
- alias dc diskchange
- echo "^JThese aliases are set:^J"
- alias
-